]> git.wh0rd.org - dump.git/blobdiff - dump/dump.h
From Uwe Gohlke:
[dump.git] / dump / dump.h
index 1c3c42572a663995eef30aae52daddac4e9091ec..5b052c8a592a4d65e810325119e58678b2366808 100644 (file)
@@ -5,7 +5,7 @@
  *     Stelian Pop <stelian@popies.net>, 1999-2000
  *     Stelian Pop <stelian@popies.net> - AlcĂ´ve <www.alcove.com>, 2000-2002
  *
- *     $Id: dump.h,v 1.46 2003/05/12 14:16:39 stelian Exp $
+ *     $Id: dump.h,v 1.47 2003/10/26 16:05:46 stelian Exp $
  */
 
 /*-
@@ -263,6 +263,15 @@ extern int errno;
 int dump_fs_open(const char *disk, ext2_filsys *fs);
 #endif
 
+#ifndef        __linux__
+#ifndef        _PATH_UTMP
+#define        _PATH_UTMP      "/etc/utmp"
+#endif
+#ifndef        _PATH_FSTAB
+#define        _PATH_FSTAB     "/etc/fstab"
+#endif
+#endif
+
 #ifdef sunos
 extern char *calloc();
 extern char *malloc();