Deleted Added
full compact
2c2
< * Copyright (c) 1997-2001 Erez Zadok
---
> * Copyright (c) 1997-2003 Erez Zadok
41,42c41,42
< * $Id: am_defs.h,v 1.15.2.9 2001/04/07 00:47:44 ib42 Exp $
< * $FreeBSD: head/contrib/amd/include/am_defs.h 82825 2001-09-02 20:37:36Z obrien $
---
> * $Id: am_defs.h,v 1.15.2.13 2002/12/27 22:45:09 ezk Exp $
> * $FreeBSD: head/contrib/amd/include/am_defs.h 119682 2003-09-02 15:42:57Z mbr $
599,616d598
< * Actions to take if <sys/fs/autofs.h> exists.
< */
< #ifdef HAVE_SYS_FS_AUTOFS_H
< # include <sys/fs/autofs.h>
< #endif /* HAVE_SYS_FS_AUTOFS_H */
<
< /*
< * Actions to take if <sys/fs/autofs_prot.h> exists.
< * We really don't want <linux/fs.h> pulled in here
< */
< #ifndef _LINUX_FS_H
< #define _LINUX_FS_H
< #endif /* _LINUX_FS_H */
< #ifdef HAVE_SYS_FS_AUTOFS_PROT_H
< # include <sys/fs/autofs_prot.h>
< #endif /* HAVE_SYS_FS_AUTOFS_PROT_H */
<
< /*
1415a1398,1401
> #ifndef HAVE_EXTERN_XDR_CALLMSG
> extern bool_t xdr_callmsg(XDR *xdrs, struct rpc_msg *msg);
> #endif /* not HAVE_EXTERN_XDR_CALLMSG */
>