summaryrefslogtreecommitdiff
path: root/usr.sbin/afs
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
commit6d57a1a176004a7d8fc009cdcf760098f86e3263 (patch)
treeee423c619fad03813234b9362694a17f3a638f0b /usr.sbin/afs
parentc707cb295fc3cac8d8feb343e949e0dcf71b8476 (diff)
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'usr.sbin/afs')
-rw-r--r--usr.sbin/afs/src/lib/acl/acl.h14
-rw-r--r--usr.sbin/afs/src/rxkad/rxkad.h8
2 files changed, 11 insertions, 11 deletions
diff --git a/usr.sbin/afs/src/lib/acl/acl.h b/usr.sbin/afs/src/lib/acl/acl.h
index 20e28a42b00..4a90b8abae2 100644
--- a/usr.sbin/afs/src/lib/acl/acl.h
+++ b/usr.sbin/afs/src/lib/acl/acl.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*/
-/* $Id: acl.h,v 1.1 2000/09/11 14:40:54 art Exp $ */
+/* $Id: acl.h,v 1.2 2002/02/16 21:28:00 millert Exp $ */
#ifndef __ACL_H
#define __ACL_H
@@ -50,11 +50,11 @@
#define __P(x) x
#endif
-void acl_canonicalize_principal __P((char *principal, char *canon));
-int acl_initialize __P((char *acl_file, int perm));
-int acl_exact_match __P((char *acl, char *principal));
-int acl_check __P((char *acl, char *principal));
-int acl_add __P((char *acl, char *principal));
-int acl_delete __P((char *acl, char *principal));
+void acl_canonicalize_principal(char *principal, char *canon);
+int acl_initialize(char *acl_file, int perm);
+int acl_exact_match(char *acl, char *principal);
+int acl_check(char *acl, char *principal);
+int acl_add(char *acl, char *principal);
+int acl_delete(char *acl, char *principal);
#endif /* __ACL_H */
diff --git a/usr.sbin/afs/src/rxkad/rxkad.h b/usr.sbin/afs/src/rxkad/rxkad.h
index 2f18b9d4fff..3ab7a79a693 100644
--- a/usr.sbin/afs/src/rxkad/rxkad.h
+++ b/usr.sbin/afs/src/rxkad/rxkad.h
@@ -38,7 +38,7 @@
* SUCH DAMAGE.
*/
-/* @(#)$Id: rxkad.h,v 1.2 2000/09/11 14:41:26 art Exp $ */
+/* @(#)$Id: rxkad.h,v 1.3 2002/02/16 21:28:00 millert Exp $ */
#ifndef __RXKAD_H
#define __RXKAD_H
@@ -137,11 +137,11 @@ struct ktc_principal {
char cell[MAXKTCREALMLEN];
};
-u_int32 life_to_time __P((u_int32 start, int life_));
+u_int32 life_to_time(u_int32 start, int life_);
-int time_to_life __P((u_int32 start, u_int32 end));
+int time_to_life(u_int32 start, u_int32 end);
-int tkt_CheckTimes __P((int32 begin, int32 end, int32 now));
+int tkt_CheckTimes(int32 begin, int32 end, int32 now);
int
tkt_MakeTicket __P((char *ticket,