Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libedit/el.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libedit/el.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- src/lib/libedit/el.c 2002/02/03 23:30:03 1.27 +++ src/lib/libedit/el.c 2002/02/03 23:37:19 1.28 @@ -1,4 +1,4 @@ -/* $NetBSD: el.c,v 1.27 2002/02/03 23:30:03 christos Exp $ */ +/* $NetBSD: el.c,v 1.28 2002/02/03 23:37:19 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -36,14 +36,12 @@ * SUCH DAMAGE. */ -#ifdef HAVE_SYS_CDEFS_H #include -#endif #if !defined(lint) && !defined(SCCSID) #if 0 static char sccsid[] = "@(#)el.c 8.2 (Berkeley) 1/3/94"; #else -__RCSID("$NetBSD: el.c,v 1.27 2002/02/03 23:30:03 christos Exp $"); +__RCSID("$NetBSD: el.c,v 1.28 2002/02/03 23:37:19 christos Exp $"); #endif #endif /* not lint && not SCCSID */ @@ -413,7 +411,7 @@ el_source(EditLine *el, const char *fnam fp = NULL; if (fname == NULL) { -#ifdef HAVE_ISSETUGID +#if 1 /* HAVE_ISSETUGID */ static const char elpath[] = "/.editrc"; char path[MAXPATHLEN];