diff options
Diffstat (limited to 'usr/src/lib/libcmd')
-rw-r--r-- | usr/src/lib/libcmd/Makefile.com | 4 | ||||
-rw-r--r-- | usr/src/lib/libcmd/common/deflt.c | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/usr/src/lib/libcmd/Makefile.com b/usr/src/lib/libcmd/Makefile.com index 5f630cc3b2..b15605fc07 100644 --- a/usr/src/lib/libcmd/Makefile.com +++ b/usr/src/lib/libcmd/Makefile.com @@ -20,7 +20,7 @@ # CDDL HEADER END # # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -49,7 +49,7 @@ CPPFLAGS += -I../../common/inc -D_REENTRANT .KEEP_STATE: -all: +all: $(LIBS) fnamecheck lint: lintcheck diff --git a/usr/src/lib/libcmd/common/deflt.c b/usr/src/lib/libcmd/common/deflt.c index ca70312f6b..42f09bc532 100644 --- a/usr/src/lib/libcmd/common/deflt.c +++ b/usr/src/lib/libcmd/common/deflt.c @@ -19,8 +19,9 @@ * * CDDL HEADER END */ + /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -34,6 +35,7 @@ /* LINTLIBRARY */ +#include "c_synonyms.h" #include <stdio.h> #include <stdlib.h> #include <deflt.h> @@ -41,7 +43,6 @@ #include <string.h> #include <ctype.h> #include <limits.h> -#include "mtlib.h" #include <thread.h> #include <synch.h> #include <libintl.h> |