Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 828901
Collapse All | Expand All

(-)a/strnstr.c (-1 lines)
Lines 38-44 Link Here
38
#if defined(LIBC_SCCS) && !defined(lint)
38
#if defined(LIBC_SCCS) && !defined(lint)
39
static char sccsid[] = "@(#)strstr.c	8.1 (Berkeley) 6/4/93";
39
static char sccsid[] = "@(#)strstr.c	8.1 (Berkeley) 6/4/93";
40
#endif /* LIBC_SCCS and not lint */
40
#endif /* LIBC_SCCS and not lint */
41
#include <sys/cdefs.h>
42
41
43
#include <string.h>
42
#include <string.h>
44
43
(-)a/whois.c (-1 lines)
Lines 43-49 Link Here
43
#endif /* not lint */
43
#endif /* not lint */
44
#endif
44
#endif
45
45
46
#include <sys/cdefs.h>
47
#ifdef __FBSDID
46
#ifdef __FBSDID
48
__FBSDID("$FreeBSD: /repoman/r/ncvs/src/usr.bin/whois/whois.c,v 1.43.2.1 2006/01/31 18:11:21 jhay Exp $");
47
__FBSDID("$FreeBSD: /repoman/r/ncvs/src/usr.bin/whois/whois.c,v 1.43.2.1 2006/01/31 18:11:21 jhay Exp $");
49
#endif
48
#endif

Return to bug 828901