summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-05-13 08:51:49 +0000
committerasami <asami@FreeBSD.org>1997-05-13 08:51:49 +0000
commite51b817ee5b2e33786031e92e1998a8cf6c6b0cf (patch)
tree1ab00d83d6443def426e2bddd736d26b5092c6cc /lib/libutil
parentf891f0dc4bfff84a67f75d0e0bfcc56a6ab92808 (diff)
downloadFreeBSD-src-e51b817ee5b2e33786031e92e1998a8cf6c6b0cf.zip
FreeBSD-src-e51b817ee5b2e33786031e92e1998a8cf6c6b0cf.tar.gz
Back out previous revision. Shlib version numbers are supposed to be
bumped only 0.1 or 1.0 between releases. (See handbook.) Note that if you have built world in -current in the last 48 hours or so, you should manually remove /usr/lib/libutil.so.2.3 before rebuilding world to cleanse your system.
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
index 84bc89d..8ac63d2 100644
--- a/lib/libutil/Makefile
+++ b/lib/libutil/Makefile
@@ -2,7 +2,7 @@
LIB= util
SHLIB_MAJOR= 2
-SHLIB_MINOR= 3
+SHLIB_MINOR= 2
CFLAGS+=-Wall -DLIBC_SCCS -I${.CURDIR} -I/sys
#CFLAGS+=LOGIN_CAP_AUTH
SRCS= login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c \
OpenPOWER on IntegriCloud