Source-Changes-HG archive

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

[src/trunk]: src/lib/libcompat/regexp add /*ARGSUSED*/



details:   https://anonhg.NetBSD.org/src/rev/9b0b877525c5
branches:  trunk
changeset: 472681:9b0b877525c5
user:      christos <christos%NetBSD.org@localhost>
date:      Tue May 04 17:14:54 1999 +0000

description:
add /*ARGSUSED*/

diffstat:

 lib/libcompat/regexp/regerror.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4faf9e7222cf -r 9b0b877525c5 lib/libcompat/regexp/regerror.c
--- a/lib/libcompat/regexp/regerror.c   Tue May 04 17:13:57 1999 +0000
+++ b/lib/libcompat/regexp/regerror.c   Tue May 04 17:14:54 1999 +0000
@@ -1,11 +1,12 @@
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: regerror.c,v 1.5 1998/09/14 20:25:03 tv Exp $");
+__RCSID("$NetBSD: regerror.c,v 1.6 1999/05/04 17:14:54 christos Exp $");
 #endif /* not lint */
 
 #include <regexp.h>
 #include <stdio.h>
 
+/*ARGSUSED*/
 void
 __compat_regerror(s)
 const char *s;



Home | Main Index | Thread Index | Old Index