]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - zephyr/lib/ZGetLocs.c
fix last use of MAXPATHLEN, make the hurd people happy
[1ts-debian.git] / zephyr / lib / ZGetLocs.c
index ac377e03657ba68ba6c5da4cd4c5dc172fff5c53..5b4f1dd2dc40227d9f95b40f61050e707ee8b399 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Created by:     Robert French
  *
- *     $Id: ZGetLocs.c,v 1.7 1999/01/22 23:19:11 ghudson Exp $
+ *     $Id: ZGetLocs.c 2135 2008-01-21 03:39:30Z kcr $
  *
  *     Copyright (c) 1987 by the Massachusetts Institute of Technology.
  *     For copying and distribution information, see the file
  */
 
 #ifndef lint
-static char rcsid_ZGetLocations_c[] = "$Id: ZGetLocs.c,v 1.7 1999/01/22 23:19:11 ghudson Exp $";
+static const char rcsid_ZGetLocations_c[] = "$Id: ZGetLocs.c 2135 2008-01-21 03:39:30Z kcr $";
 #endif
 
 #include <internal.h>
 
 #define min(a,b) ((a)<(b)?(a):(b))
        
-Code_t ZGetLocations(location, numlocs)
-    ZLocations_t *location;
-    int *numlocs;
+Code_t
+ZGetLocations(ZLocations_t *location,
+             int *numlocs)
 {
     int i;