diff options
| author | perry <perry@NetBSD.org> | 1998-02-03 18:38:12 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 1998-02-03 18:38:12 +0000 |
| commit | c8bafd6265d904677e886f6dbd842f26424df1de (patch) | |
| tree | b0ee07918d9cb65755216f57b49c7b29c75129d9 /lib/libc/stdio/setbuffer.c | |
| parent | 4146d586049d3598733ef5f72f20b0fe51191048 (diff) | |
remove obsolete register declarations
Diffstat (limited to 'lib/libc/stdio/setbuffer.c')
| -rw-r--r-- | lib/libc/stdio/setbuffer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/setbuffer.c b/lib/libc/stdio/setbuffer.c index a68f17f2029..e4f93dc1c50 100644 --- a/lib/libc/stdio/setbuffer.c +++ b/lib/libc/stdio/setbuffer.c @@ -1,4 +1,4 @@ -/* $NetBSD: setbuffer.c,v 1.5 1997/07/13 20:15:26 christos Exp $ */ +/* $NetBSD: setbuffer.c,v 1.6 1998/02/03 18:41:21 perry Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)setbuffer.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: setbuffer.c,v 1.5 1997/07/13 20:15:26 christos Exp $"); +__RCSID("$NetBSD: setbuffer.c,v 1.6 1998/02/03 18:41:21 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -49,7 +49,7 @@ __RCSID("$NetBSD: setbuffer.c,v 1.5 1997/07/13 20:15:26 christos Exp $"); void setbuffer(fp, buf, size) - register FILE *fp; + FILE *fp; char *buf; int size; { |
