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.
This commit is contained in:
des 2008-11-05 10:45:39 +00:00
parent f3b33ac21f
commit 52c1c041c4

View File

@ -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 \