]> granicus.if.org Git - imagemagick/blobdiff - magick/mac.h
(no commit message)
[imagemagick] / magick / mac.h
index 4c644b721f8b2746397cfe8cf1ef68303800527b..9491dc25802953b2e73eedc39f49eb7997f16973 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
   
   You may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@ typedef struct _DIR
   int
     d_VRefNum;
 
-  long int
+  long
     d_DirID;
 
   int
@@ -100,7 +100,7 @@ extern MagickExport struct dirent
   *readdir(DIR *);
 
 extern MagickExport void
-  seekdir(DIR *,long),
+  seekdir(DIR *,long
   closedir(DIR *);
 #endif