about summary refs log tree commit diff
path: root/sysdeps/stub/setdomain.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/setdomain.c')
-rw-r--r--sysdeps/stub/setdomain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/setdomain.c b/sysdeps/stub/setdomain.c
index 74da5398b5..052b45b9bc 100644
--- a/sysdeps/stub/setdomain.c
+++ b/sysdeps/stub/setdomain.c
@@ -24,7 +24,7 @@ Cambridge, MA 02139, USA.  */
    This call is restricted to the super-user.  */
 int
 DEFUN(setdomainname, (name, len),
-      char *name AND size_t len)
+      __const char *name AND size_t len)
 {
   errno = ENOSYS;
   return -1;