Rename secure_path(3) source file from securepath.c to secure_path.c.
This commit is contained in:
parent
149ced914e
commit
f19d54840a
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.29 2001/04/06 14:31:14 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2001/08/20 14:47:49 wiz Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
|
||||
LIB= util
|
||||
|
@ -6,7 +6,7 @@ CPPFLAGS+=-DLIBC_SCCS
|
|||
SRCS= fparseln.c getbootfile.c getmaxpartitions.c getrawpartition.c \
|
||||
login.c login_cap.c login_tty.c \
|
||||
logout.c logwtmp.c opendisk.c passwd.c pw_scan.c pidfile.c pidlock.c \
|
||||
pty.c securepath.c ttyaction.c ttymsg.c
|
||||
pty.c secure_path.c ttyaction.c ttymsg.c
|
||||
|
||||
MAN= fparseln.3 getbootfile.3 getmaxpartitions.3 getrawpartition.3 \
|
||||
login.3 login_cap.3 opendisk.3 \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: securepath.c,v 1.5 2001/01/03 15:41:19 lukem Exp $ */
|
||||
/* $NetBSD: secure_path.c,v 1.1 2001/08/20 14:47:50 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1995,1997 Berkeley Software Design, Inc. All rights reserved.
|
||||
|
@ -36,7 +36,7 @@
|
|||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: securepath.c,v 1.5 2001/01/03 15:41:19 lukem Exp $");
|
||||
__RCSID("$NetBSD: secure_path.c,v 1.1 2001/08/20 14:47:50 wiz Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include <sys/types.h>
|
Loading…
Reference in New Issue