Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/user Get rid of __P() here. The rest of the sources...



details:   https://anonhg.NetBSD.org/src/rev/2330b094e9e1
branches:  trunk
changeset: 533772:2330b094e9e1
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jul 09 10:34:44 2002 +0000

description:
Get rid of __P() here. The rest of the sources doesn't use it, too.

diffstat:

 usr.sbin/user/usermgmt.h |  20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diffs (37 lines):

diff -r 651f09bbd0bb -r 2330b094e9e1 usr.sbin/user/usermgmt.h
--- a/usr.sbin/user/usermgmt.h  Tue Jul 09 10:34:16 2002 +0000
+++ b/usr.sbin/user/usermgmt.h  Tue Jul 09 10:34:44 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usermgmt.h,v 1.5 2001/02/19 23:22:49 cgd Exp $ */
+/* $NetBSD: usermgmt.h,v 1.6 2002/07/09 10:34:44 tron Exp $ */
 
 /*
  * Copyright (c) 1999 Alistair G. Crooks.  All rights reserved.
@@ -33,18 +33,18 @@
 #ifndef USERMGMT_H_
 #define USERMGMT_H_
 
-int useradd __P((int, char **));
-int usermod __P((int, char **));
-int userdel __P((int, char **));
-int groupadd __P((int, char **));
-int groupdel __P((int, char **));
-int groupmod __P((int, char **));
+int useradd (int, char **);
+int usermod (int, char **);
+int userdel (int, char **);
+int groupadd (int, char **);
+int groupdel (int, char **);
+int groupmod (int, char **);
 
 #ifdef EXTENSIONS
-int userinfo __P((int, char **));
-int groupinfo __P((int, char **));
+int userinfo (int, char **);
+int groupinfo (int, char **);
 #endif
 
-void usermgmt_usage __P((const char *));
+void usermgmt_usage (const char *);
 
 #endif



Home | Main Index | Thread Index | Old Index