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/readline.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libedit/readline.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- src/lib/libedit/readline.c 2003/12/05 13:37:48 1.44 +++ src/lib/libedit/readline.c 2004/01/17 17:57:40 1.45 @@ -1,4 +1,4 @@ -/* $NetBSD: readline.c,v 1.44 2003/12/05 13:37:48 lukem Exp $ */ +/* $NetBSD: readline.c,v 1.45 2004/01/17 17:57:40 christos Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ #include "config.h" #if !defined(lint) && !defined(SCCSID) -__RCSID("$NetBSD: readline.c,v 1.44 2003/12/05 13:37:48 lukem Exp $"); +__RCSID("$NetBSD: readline.c,v 1.45 2004/01/17 17:57:40 christos Exp $"); #endif /* not lint && not SCCSID */ #include @@ -61,10 +61,10 @@ __RCSID("$NetBSD: readline.c,v 1.44 2003 #ifdef HAVE_ALLOCA_H #include #endif -#include "histedit.h" -#include "readline/readline.h" #include "el.h" #include "fcns.h" /* for EL_NUM_FCNS */ +#include "histedit.h" +#include "readline/readline.h" /* for rl_complete() */ #define TAB '\r'