inetd: two more nits
Use __COPYRIGHT for copyright to simply either embed it via .ident or have it properly marked __unused Move an ipsec reference to IPSEC
This commit is contained in:
parent
36cac5570f
commit
525c896ba8
@ -29,10 +29,12 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <sys/cdefs.h>
|
||||||
|
__FBSDID("$FreeBSD$");
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char copyright[] =
|
__COPYRIGHT("@(#) Copyright (c) 1983, 1991, 1993, 1994\n\
|
||||||
"@(#) Copyright (c) 1983, 1991, 1993, 1994\n\
|
The Regents of the University of California. All rights reserved.\n");
|
||||||
The Regents of the University of California. All rights reserved.\n";
|
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
@ -41,9 +43,6 @@ static char sccsid[] = "@(#)from: inetd.c 8.4 (Berkeley) 4/13/94";
|
|||||||
#endif
|
#endif
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
|
||||||
__FBSDID("$FreeBSD$");
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Inetd - Internet super-server
|
* Inetd - Internet super-server
|
||||||
*
|
*
|
||||||
@ -1661,7 +1660,9 @@ more:
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (cp == NULL) {
|
if (cp == NULL) {
|
||||||
|
#ifdef IPSEC
|
||||||
free(policy);
|
free(policy);
|
||||||
|
#endif
|
||||||
return (NULL);
|
return (NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user