]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - zephyr/lib/ZSetSrv.c
fix last use of MAXPATHLEN, make the hurd people happy
[1ts-debian.git] / zephyr / lib / ZSetSrv.c
index 3f7d873f80f451795b526c0672f93e93edc09690..460bc7b3cc539515f6cb154eff693e4dd7a66b35 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Created by:     Robert French
  *
- *     $Id$
+ *     $Id: ZSetSrv.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_ZSetServerState_c[] = "$Id$";
+static const char rcsid_ZSetServerState_c[] = "$Id: ZSetSrv.c 2135 2008-01-21 03:39:30Z kcr $";
 #endif
 
 #include <internal.h>
 
-Code_t ZSetServerState(state)
-       int     state;
+Code_t
+ZSetServerState(int state)
 {
        __Zephyr_server = state;