From 6d57a1a176004a7d8fc009cdcf760098f86e3263 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 16 Feb 2002 21:28:12 +0000 Subject: 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. --- libexec/getty/gettytab.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libexec/getty/gettytab.h') 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[]; -- cgit v1.2.3