diff options
author | Warner Losh <imp@FreeBSD.org> | 2017-03-01 02:10:40 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2017-03-01 02:10:40 +0000 |
commit | 43b96a4eb563c4ea90d64abed86d3ee9eaa35feb (patch) | |
tree | 6df033e1ee010ca933c37a702d46ec66d2467457 /usr.bin/locate | |
parent | 59b34b340445937b3f721f177dee586f3d3e8b56 (diff) |
Notes
Diffstat (limited to 'usr.bin/locate')
-rw-r--r-- | usr.bin/locate/locate/pathnames.h | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/usr.bin/locate/locate/pathnames.h b/usr.bin/locate/locate/pathnames.h index fa8429483cb25..8665fd76561c5 100644 --- a/usr.bin/locate/locate/pathnames.h +++ b/usr.bin/locate/locate/pathnames.h @@ -1,6 +1,6 @@ -/*- - * Copyright (c) 1982, 1986, 1988, 1993 - * The Regents of the University of California. All rights reserved. +/* + * Copyright (c) 1989, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -10,7 +10,11 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. Neither the name of the University nor the names of its contributors + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * This product includes software developed by the University of + * California, Berkeley and its contributors. + * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -26,15 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 * $FreeBSD$ */ -#ifndef _NETINET_IP_IPSEC_H_ -#define _NETINET_IP_IPSEC_H_ - -int ip_ipsec_filtertunnel(struct mbuf *); -int ip_ipsec_fwd(struct mbuf *); -int ip_ipsec_input(struct mbuf *, int); -int ip_ipsec_mtu(struct mbuf *, int); -int ip_ipsec_output(struct mbuf **, struct inpcb *, int *); -#endif +#define _PATH_FCODES "/var/db/locate.database" |