* include/am_defs.h: define extern for sleep(3) if needed.
authorErez Zadok <ezk@cs.sunysb.edu>
Thu, 23 Jun 2005 20:02:40 +0000 (20:02 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Thu, 23 Jun 2005 20:02:40 +0000 (20:02 +0000)
commit381f55f146c26c4c0095d916ac1e168b6cbce308
tree8eeceb4b7f328338670e5aa63eb6c766bc1c8602
parentf821ccf747abe6fb2b309d5e2256fd66e98d1894
* include/am_defs.h: define extern for sleep(3) if needed.

* m4/macros/header_templates.m4: template for sleep(3) extern.

* configure.in: check for extern for sleep(3), which is missing
from some old (and buggy) versions of gcc's fixinc'ed headers.

* conf/nfs_prot/nfs_prot_aix4_3.h: update definition of struct
nfs_args from actual system headers.

* conf/mount/mount_aix.c (mount_aix3): fix name of aix4 "bis"
structure.
ChangeLog
conf/mount/mount_aix.c
conf/nfs_prot/nfs_prot_aix4_3.h
configure.in
include/am_defs.h
m4/macros/header_templates.m4