diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-07-12 03:48:05 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-07-12 03:48:05 +0000 |
commit | 0399d5e489a3fa1d063e2c90cf1c579a25af3ec1 (patch) | |
tree | 19f24939fb521da5227d6edb78322c1bdbbe825a /usr.bin/rdist/defs.h | |
parent | 18f821f2589f85ef55be411d8f018954b0c52e0f (diff) |
The statdb code has never been complete here
Diffstat (limited to 'usr.bin/rdist/defs.h')
-rw-r--r-- | usr.bin/rdist/defs.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/rdist/defs.h b/usr.bin/rdist/defs.h index 9ba86ec91ac..0fd21548cae 100644 --- a/usr.bin/rdist/defs.h +++ b/usr.bin/rdist/defs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: defs.h,v 1.30 2014/07/12 03:46:42 guenther Exp $ */ +/* $OpenBSD: defs.h,v 1.31 2014/07/12 03:48:04 guenther Exp $ */ #ifndef __DEFS_H__ #define __DEFS_H__ @@ -280,10 +280,6 @@ extern struct passwd *pw; /* pointer to static area used by getpwent */ extern char defowner[64]; /* Default owner */ extern char defgroup[64]; /* Default group */ extern volatile sig_atomic_t contimedout; /* Connection timed out */ -#ifdef USE_STATDB -extern int dostatdb; -extern int juststatdb; -#endif /* USE_STATDB */ /* * Our own declarations. |