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

remove unused next field in cm_localMountPoint_t

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();