summaryrefslogtreecommitdiff
path: root/loginrec.c
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2001-10-29 18:50:39 -0800
committerTim Rice <tim@multitalents.net>2001-10-29 18:50:39 -0800
commitb89e694b4c785076f9d4ad2d069cf678da29ec50 (patch)
tree469e961e3c38d55fe6b99ae5e596b61ce2fcad04 /loginrec.c
parentc3ad02e54bcdd4cc66dac087023f4104bde237b0 (diff)
downloadopenssh-git-b89e694b4c785076f9d4ad2d069cf678da29ec50.tar.gz
[TODO defines.h loginrec.c] Change the references to configure.in
to configure.ac
Diffstat (limited to 'loginrec.c')
-rw-r--r--loginrec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loginrec.c b/loginrec.c
index 4e4d2fa1..d7105ed7 100644
--- a/loginrec.c
+++ b/loginrec.c
@@ -123,7 +123,7 @@
symbols for the platform.
Use logintest to check which symbols are defined before modifying
- configure.in and loginrec.c. (You have to build logintest yourself
+ configure.ac and loginrec.c. (You have to build logintest yourself
with 'make logintest' as it's not built by default.)
Otherwise, patches to the specific method(s) are very helpful!
@@ -163,7 +163,7 @@
#include "log.h"
#include "atomicio.h"
-RCSID("$Id: loginrec.c,v 1.37 2001/10/26 15:56:56 mouring Exp $");
+RCSID("$Id: loginrec.c,v 1.38 2001/10/30 02:50:40 tim Exp $");
#ifdef HAVE_UTIL_H
# include <util.h>