diff options
author | 2003-05-12 20:48:41 +0000 | |
---|---|---|
committer | 2003-05-12 20:48:41 +0000 | |
commit | e2e88ae4f5bf43271caa0e3f32326f1af659c0b5 (patch) | |
tree | aa21bb2dffd9b873587c2849b010255167643408 | |
parent | merge in NetBSD diffs: (diff) | |
download | wireguard-openbsd-e2e88ae4f5bf43271caa0e3f32326f1af659c0b5.tar.xz wireguard-openbsd-e2e88ae4f5bf43271caa0e3f32326f1af659c0b5.zip |
strstr() prototype shouldn't be here; kill NOTUSED and an extra newline;
ok tdeval@, tedu@
-rw-r--r-- | bin/csh/extern.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/csh/extern.h b/bin/csh/extern.h index bafaa94be4d..5d6838f95d0 100644 --- a/bin/csh/extern.h +++ b/bin/csh/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.8 2003/04/15 01:17:33 deraadt Exp $ */ +/* $OpenBSD: extern.h,v 1.9 2003/05/12 20:48:41 jsyn Exp $ */ /* $NetBSD: extern.h,v 1.8 1996/10/31 23:50:54 christos Exp $ */ /*- @@ -223,9 +223,6 @@ char *strspl(char *, char *); void udvar(Char *); #ifndef SHORT_STRINGS -# ifdef NOTUSED -char *strstr(const char *, const char *); -# endif /* NOTUSED */ char *strend(char *); #endif @@ -237,7 +234,6 @@ void freesyn(struct command *); struct command * syntax(struct wordent *, struct wordent *, int); - /* * proc.c */ |