summaryrefslogtreecommitdiff
path: root/mkproto.awk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-05-06 06:34:18 +0000
committerAndrew Tridgell <tridge@samba.org>1998-05-06 06:34:18 +0000
commit73233f0f1232c337ede5fae3f9f95d78457df7d0 (patch)
treef4397e6722231238098af19443f3218f29fdd2e5 /mkproto.awk
parentdebb45054a3c4d4da3faac372e993b594e5a0df7 (diff)
downloadrsync-73233f0f1232c337ede5fae3f9f95d78457df7d0.tar.gz
add support for lseek64() under solaris 2.6
Diffstat (limited to 'mkproto.awk')
-rw-r--r--mkproto.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkproto.awk b/mkproto.awk
index 026b43b7..0e3f5bf3 100644
--- a/mkproto.awk
+++ b/mkproto.awk
@@ -23,7 +23,7 @@ BEGIN {
next;
}
-!/^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time/ {
+!/^OFF_T|^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time/ {
next;
}