diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-06-26 21:21:25 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-06-26 21:21:25 +0000 |
commit | e02f77d2a6a52f96b8f35599d9c13a1e62817b9b (patch) | |
tree | cdffbc6d417f3f0b0f89db1bc35dd35d4d63b96c /usr.bin/rdist/config.h | |
parent | f82caec240a71362a5d0f2305c7f074be119948b (diff) |
rdist 6.1.4 + OpenBSD patches + some -Wall
Diffstat (limited to 'usr.bin/rdist/config.h')
-rw-r--r-- | usr.bin/rdist/config.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/rdist/config.h b/usr.bin/rdist/config.h index 06e24fb69b1..453d82c0350 100644 --- a/usr.bin/rdist/config.h +++ b/usr.bin/rdist/config.h @@ -1,4 +1,5 @@ -/* * $OpenBSD: config.h,v 1.5 1996/07/25 05:31:01 millert Exp $*/ +/* $OpenBSD: config.h,v 1.6 1998/06/26 21:21:05 millert Exp $ */ + /* * Copyright (c) 1993 Michael A. Cooper * Copyright (c) 1993 Regents of the University of California. @@ -34,6 +35,7 @@ */ /* + * $From: config.h,v 6.43 1998/03/24 01:05:27 michaelc Exp $ * @(#)config.h */ @@ -53,7 +55,7 @@ #if defined(PATHS_H) # include PATHS_H #else -# include "paths.h" +# include "rdistpaths.h" #endif /* |