[4681] in Athena Bugs

home help back first fref pref prev next nref lref last post

vfsck/main.c

daemon@ATHENA.MIT.EDU (Richard Basch)
Tue Apr 3 18:47:35 1990

Date: Tue, 3 Apr 90 18:47:14 -0400
To: afsbugs+@TRANSARC.COM
Cc: bugs@ATHENA.MIT.EDU, bug-afs@MIT.EDU
From: Richard Basch <probe@MIT.EDU>

Another patch, plus the excerpt from our ChangeLog.

-Richard

4/1/90		vfsck/main.c, 1.5.1.1		probe
	ACIS 4.3 (Dec. 88) calls the routine unmount() like all the
	other VFS systems.  Don't special case IBM anymore...

RCS file: vfsck/RCS/main.c,v
retrieving revision 1.5
diff -c -r1.5 vfsck/main.c
*** /tmp/,RCSt1018558	Tue Apr  3 18:45:51 1990
--- vfsck/main.c	Sun Apr  1 23:14:47 1990
***************
*** 634,640 ****
  		fstat(fd, &tstat);
  		close(fd);
  /* temporary hack so we get right mount call; will change on official IBM release */
! #if defined(AFS_VFS_ENV) && !defined(AFS_IBM_ENV) && !defined(AFS_GFS_ENV)
  		unmount(pname);
  #else AFS_VFS_ENV
  #if defined(sys_vax_30) || defined(sys_pmax_31)
--- 634,640 ----
  		fstat(fd, &tstat);
  		close(fd);
  /* temporary hack so we get right mount call; will change on official IBM release */
! #if defined(AFS_VFS_ENV) && !defined(AFS_GFS_ENV)
  		unmount(pname);
  #else AFS_VFS_ENV
  #if defined(sys_vax_30) || defined(sys_pmax_31)

home help back first fref pref prev next nref lref last post