From 52c1c041c458b24bf17d7e8684cc53425fcd143b Mon Sep 17 00:00:00 2001 From: des Date: Wed, 5 Nov 2008 10:45:39 +0000 Subject: Disconnect gr_util.c from the build. It isn't documented or used anywhere in the tree, and due to unsafe pointer arithmetic, it will most likely crash on architectures with strict alignment requirements. --- lib/libutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 777f95e..3530231 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -8,7 +8,7 @@ SHLIBDIR?= /lib LIB= util SHLIB_MAJOR= 7 -SRCS= _secure_path.c auth.c gr_util.c expand_number.c flopen.c fparseln.c \ +SRCS= _secure_path.c auth.c expand_number.c flopen.c fparseln.c \ hexdump.c humanize_number.c kld.c login.c login_auth.c login_cap.c \ login_class.c login_crypt.c login_ok.c login_times.c login_tty.c \ logout.c logwtmp.c pidfile.c property.c pty.c pw_util.c realhostname.c \ -- cgit v1.1