configure: create some convenience AC_SUBST's for the global includes
[oweals/cde.git] / cde / lib / tt / mini_isam / isapplmw.c
index bdf70abd8d9db9f65ecb0387fd7937f75dbd23a8..87f356ba7a0d2ca591849a1a045f0f85530e903a 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isapplmw.c /main/3 1995/10/23 11:35:35 rswiston $                                                   */
-#ifndef lint
-static char sccsid[] = "@(#)isapplmw.c 1.5 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
@@ -41,6 +38,7 @@ static char sccsid[] = "@(#)isapplmw.c 1.5 89/07/17 Copyr 1988 Sun Micro";
 
 
 #include "isam_impl.h"
+#include <unistd.h>
 #include <sys/file.h>
 #include <sys/time.h>
 
@@ -54,11 +52,9 @@ static char sccsid[] = "@(#)isapplmw.c 1.5 89/07/17 Copyr 1988 Sun Micro";
  */
 
 int 
-_isapplmw(isfd, magicstring)
-    int                        isfd;
-    char               *magicstring;
+_isapplmw(int isfd, char *magicstring)
 {
-    register Fab       *fab;
+    Fab        *fab;
     int                        ret;
     Fcb                 *fcb;
     char                cntl_page[CP_NKEYS_OFF];