chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Version bump.
[mLib]
/
fdflags.h
diff --git
a/fdflags.h
b/fdflags.h
index 411fb2d888859acd83c07bc687794d798c9fe1f8..381c636dc52c66f65d710a93d6d8781dd43c92ac 100644
(file)
--- a/
fdflags.h
+++ b/
fdflags.h
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-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
*
*
* Manipulates flags on file descriptors
*
@@
-30,13
+30,16
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: fdflags.h,v $
/*----- 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.
*
*/
* 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" {
#ifdef __cplusplus
extern "C" {