summaryrefslogtreecommitdiff
path: root/misc/setdomain.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/setdomain.c')
-rw-r--r--misc/setdomain.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/setdomain.c b/misc/setdomain.c
index 3cc03b1a1c..e4053c07ec 100644
--- a/misc/setdomain.c
+++ b/misc/setdomain.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1994-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -21,9 +21,7 @@
/* Set the name of the current YP domain to NAME, which is LEN bytes long.
This call is restricted to the super-user. */
int
-setdomainname (name, len)
- const char *name;
- size_t len;
+setdomainname (const char *name, size_t len)
{
__set_errno (ENOSYS);
return -1;