summaryrefslogtreecommitdiffstats
path: root/gnu/libexec
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-08-08 20:24:12 +0000
committerjkh <jkh@FreeBSD.org>1994-08-08 20:24:12 +0000
commitcbc0195a68639aed4ea26944a19819009503693c (patch)
treeeccd30cceec9a00987942c85f3b945feb4676d94 /gnu/libexec
parent796c2dbc4f6ccfb39f9102acb9ba7a9e8c5f9a5b (diff)
downloadFreeBSD-src-cbc0195a68639aed4ea26944a19819009503693c.zip
FreeBSD-src-cbc0195a68639aed4ea26944a19819009503693c.tar.gz
Make uucp compile again in 2.0. A little perturbed about the comment
saying that 4.4 uses f_size in statfs, yet we're using b_size. Anyway, I've configured things to match our current environment. Reviewed by: Submitted by:
Diffstat (limited to 'gnu/libexec')
-rw-r--r--gnu/libexec/uucp/common_sources/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/libexec/uucp/common_sources/config.h b/gnu/libexec/uucp/common_sources/config.h
index c02a754..b7f55c7 100644
--- a/gnu/libexec/uucp/common_sources/config.h
+++ b/gnu/libexec/uucp/common_sources/config.h
@@ -124,7 +124,7 @@
/* Set HAVE_SIG_ATOMIC_T_IN_SIGNAL_H if the type sig_atomic_t is defined
in <signal.h> as required by ANSI C. */
-#define HAVE_SIG_ATOMIC_T_IN_SIGNAL_H 0
+#define HAVE_SIG_ATOMIC_T_IN_SIGNAL_H 1
/* Set HAVE_SIG_ATOMIC_T_IN_TYPES_H if the type sig_atomic_t is defined
in <sys/types.h>. This is ignored if HAVE_SIG_ATOMIC_T_IN_SIGNAL_H is
@@ -185,8 +185,8 @@
STAT_DISK_SPACE disk_space function (QNX)
STAT_USTAT the ustat function with 512 byte blocks. */
#define STAT_STATVFS 0
-#define STAT_STATFS2_BSIZE 0
-#define STAT_STATFS2_FSIZE 1
+#define STAT_STATFS2_BSIZE 1
+#define STAT_STATFS2_FSIZE 0
#define STAT_STATFS2_FS_DATA 0
#define STAT_STATFS4 0
#define STAT_DUSTAT 0
OpenPOWER on IntegriCloud