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:
Dag-Erling Smørgrav 2008-11-05 10:45:39 +00:00
parent 00935aacf5
commit b67921fc4b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184676

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 \