summaryrefslogtreecommitdiff
path: root/utils/addauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/addauth.c')
-rw-r--r--utils/addauth.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/addauth.c b/utils/addauth.c
index 7c199989..0932a33f 100644
--- a/utils/addauth.c
+++ b/utils/addauth.c
@@ -1,6 +1,6 @@
/* Add authentication to selected processes
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998 Free Software Foundation, Inc.
Written by Miles Bader <miles@gnu.ai.mit.edu>
@@ -41,7 +41,7 @@ static char doc[] =
extern error_t
get_nonsugid_ids (struct idvec *uids, struct idvec *gids);
-void
+int
main (int argc, char *argv[])
{
int i;
@@ -96,5 +96,5 @@ main (int argc, char *argv[])
}
}
- exit (0);
+ return 0;
}