chiark / gitweb /
Various Debian fixes.
[mLib] / fdflags.h
index 411fb2d888859acd83c07bc687794d798c9fe1f8..381c636dc52c66f65d710a93d6d8781dd43c92ac 100644 (file)
--- a/fdflags.h
+++ b/fdflags.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: fdflags.h,v 1.1 1999/07/26 23:16:59 mdw Exp $
+ * $Id: fdflags.h,v 1.2 1999/12/10 23:42:04 mdw Exp $
  *
  * Manipulates flags on file descriptors
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: fdflags.h,v $
+ * Revision 1.2  1999/12/10 23:42:04  mdw
+ * Change header file guard names.
+ *
  * Revision 1.1  1999/07/26 23:16:59  mdw
  * Manipulate file descriptor flags.
  *
  */
 
-#ifndef FDFLAGS_H
-#define FDFLAGS_H
+#ifndef MLIB_FDFLAGS_H
+#define MLIB_FDFLAGS_H
 
 #ifdef __cplusplus
   extern "C" {