diff options
Diffstat (limited to 'misc/setdomain.c')
-rw-r--r-- | misc/setdomain.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/setdomain.c b/misc/setdomain.c index 3cc03b1..b25b39c 100644 --- a/misc/setdomain.c +++ b/misc/setdomain.c @@ -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; |