summaryrefslogtreecommitdiff
path: root/libexec/getty/gettytab.h
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 /libexec/getty/gettytab.h
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 'libexec/getty/gettytab.h')
-rw-r--r--libexec/getty/gettytab.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libexec/getty/gettytab.h b/libexec/getty/gettytab.h
index aeab6128486..faee8e2a714 100644
--- a/libexec/getty/gettytab.h
+++ b/libexec/getty/gettytab.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: gettytab.h,v 1.4 2001/01/28 19:34:28 niklas Exp $*/
+/* $OpenBSD: gettytab.h,v 1.5 2002/02/16 21:27:30 millert Exp $*/
/*
* Copyright (c) 1983, 1993, 1994
@@ -162,10 +162,10 @@ struct gettyflags {
#define NP gettyflags[21].value
#define MB gettyflags[22].value
-int getent __P((char *, char *));
-long getnum __P((char *));
-int getflag __P((char *));
-char *getstr __P((char *, char **));
+int getent(char *, char *);
+long getnum(char *);
+int getflag(char *);
+char *getstr(char *, char **);
extern struct gettyflags gettyflags[];
extern struct gettynums gettynums[];