Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ftpd Define types for ILP32/LP64-harmonized %q[du] a...
details: https://anonhg.NetBSD.org/src/rev/686fb5458b8f
branches: trunk
changeset: 473204:686fb5458b8f
user: ross <ross%NetBSD.org@localhost>
date: Mon May 24 21:54:42 1999 +0000
description:
Define types for ILP32/LP64-harmonized %q[du] arguments.
diffstat:
libexec/ftpd/extern.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 07530a3eb4bd -r 686fb5458b8f libexec/ftpd/extern.h
--- a/libexec/ftpd/extern.h Mon May 24 21:53:42 1999 +0000
+++ b/libexec/ftpd/extern.h Mon May 24 21:54:42 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.17 1999/05/18 08:14:18 lukem Exp $ */
+/* $NetBSD: extern.h,v 1.18 1999/05/24 21:54:42 ross Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -70,6 +70,9 @@
char *xstrdup __P((const char *));
void yyerror __P((char *));
+typedef long long qdfmt_t;
+typedef unsigned long long qufmt_t;
+
#define CLASS_CHROOT "chroot"
#define CLASS_GUEST "guest"
#define CLASS_REAL "real"
Home |
Main Index |
Thread Index |
Old Index