Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/lib/libutil Pull up revision 1.40 (requested by jmc in ...
details: https://anonhg.NetBSD.org/src/rev/adc6e547271d
branches: netbsd-1-6
changeset: 530967:adc6e547271d
user: cyber <cyber%NetBSD.org@localhost>
date: Sat Oct 25 03:32:37 2003 +0000
description:
Pull up revision 1.40 (requested by jmc in ticket #1461):
Added two functions disklabel_dkcksum() and disklabel_scan() to libutil
so that they can be shared by disklabel(8) and cgdconfig(8).
diffstat:
lib/libutil/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 4df6a9e5e254 -r adc6e547271d lib/libutil/Makefile
--- a/lib/libutil/Makefile Sat Oct 25 03:32:29 2003 +0000
+++ b/lib/libutil/Makefile Sat Oct 25 03:32:37 2003 +0000
@@ -1,16 +1,18 @@
-# $NetBSD: Makefile,v 1.32 2001/12/28 01:32:40 lukem Exp $
+# $NetBSD: Makefile,v 1.32.2.1 2003/10/25 03:32:37 cyber Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
LIB= util
USE_SHLIBDIR= yes
CPPFLAGS+=-DLIBC_SCCS
SRCS= fparseln.c getbootfile.c getmaxpartitions.c getrawpartition.c \
+ disklabel_dkcksum.c disklabel_scan.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 secure_path.c ttyaction.c ttymsg.c
MAN= fparseln.3 getbootfile.3 getmaxpartitions.3 getrawpartition.3 \
login.3 login_cap.3 opendisk.3 \
+ disklabel_dkcksum.3 disklabel_scan.3 \
openpty.3 pidfile.3 pidlock.3 pw_getconf.3 pw_init.3 pw_lock.3 \
secure_path.3 ttyaction.3 ttymsg.3 util.3
Home |
Main Index |
Thread Index |
Old Index