aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-10-09 07:28:14 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-10-09 07:28:14 +0000
commit72671863e829f80910a58bf59bd9b013096cb2a0 (patch)
tree0a939dced1b22c4020f2d239efa3ad33f0cae475 /lib/libutil
parentcab57be9aecfee5ff28228060c39ebd36e4a9e4c (diff)
downloadsrc-72671863e829f80910a58bf59bd9b013096cb2a0.tar.gz
src-72671863e829f80910a58bf59bd9b013096cb2a0.zip
Take the path spec back out.
Notes
Notes: svn path=/head/; revision=40108
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/libutil.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h
index e4cb0ad91947..7b8f3b3caf11 100644
--- a/lib/libutil/libutil.h
+++ b/lib/libutil/libutil.h
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file providing the above
* conditions are met.
*
- * $Id: libutil.h,v 1.17 1998/10/07 17:32:49 jkh Exp $
+ * $Id: libutil.h,v 1.18 1998/10/08 23:10:41 jkh Exp $
*/
#ifndef _LIBUTIL_H_
@@ -33,9 +33,6 @@ typedef struct _property {
char *value;
} *properties;
-/* for auth.c */
-#define _PATH_AUTHCONF "/etc/auth.conf"
-
/* Avoid pulling in all the include files for no need */
struct termios;
struct winsize;