[898] in Source-Commits
athena/bin/attach attach.h rpc.c unmount.c
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Wed Dec 11 17:00:42 1996
From: ghudson@MIT.EDU
To: source-commits@MIT.EDU
Date: Wed, 11 Dec 1996 17:00:01 EST
Update of /afs/dev.mit.edu/source/repository/athena/bin/attach
In directory small-gods:/afs/dev.mit.edu/user/ghudson/athena/bin/attach
Modified Files:
attach.h rpc.c unmount.c
Log Message:
Solaris 2.5.1 creates types named "name" and "dirname" in <rpcsvc/mount.h>,
which is really irritating. Remove the include of <rpcsvc/mount.h> from
attach.h, and include it in rpc.c and unmount.c where it's needed. In
unmount.c, rename "dirname" to "pathname" to avoid the conflict.