]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-windows-freelance-20071222
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 23 Dec 2007 03:39:59 +0000 (03:39 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 23 Dec 2007 03:39:59 +0000 (03:39 +0000)
LICENSE MIT

remove unused next field in cm_localMountPoint_t

(cherry picked from commit 0421cb2afcc19f05e83a2e415c3e93df8516da98)

src/WINNT/afsd/cm_freelance.h

index defaf8198c414ece6830f9d928072b2130072770..2cebe493eb612a1bef8400ff5af953f19152165c 100644 (file)
@@ -6,7 +6,6 @@ typedef struct cm_localMountPoint {
     char*                       namep;
     char*                       mountPointStringp;
     unsigned int                fileType;
-    struct cm_localMountPoint*  next;
 } cm_localMountPoint_t;
 
 extern int cm_getNoLocalMountPoints();