c5b430c1de
PR: ports/77776 Submitted by: Yonatan <onatan@gmail.com> (maintainer)
48 lines
856 B
C
48 lines
856 B
C
--- error.h.orig Sun Feb 20 15:50:37 2005
|
|
+++ error.h Sun Feb 20 15:50:53 2005
|
|
@@ -1,14 +1,14 @@
|
|
/*++
|
|
-/* NAME
|
|
-/* error 3h
|
|
-/* SUMMARY
|
|
-/* diagnostics handlers
|
|
-/* SYNOPSIS
|
|
-/* #include <error.h>
|
|
-/* DESCRIPTION
|
|
-/* .nf
|
|
+ * NAME
|
|
+ * error 3h
|
|
+ * SUMMARY
|
|
+ * diagnostics handlers
|
|
+ * SYNOPSIS
|
|
+ * #include <error.h>
|
|
+ * DESCRIPTION
|
|
+ * .nf
|
|
|
|
- /*
|
|
+ *
|
|
* External interface.
|
|
*/
|
|
#ifndef PRINTFLIKE
|
|
@@ -31,12 +31,12 @@
|
|
#endif
|
|
|
|
/* LICENSE
|
|
-/* .ad
|
|
-/* .fi
|
|
-/* The IBM Public License must be distributed with this software.
|
|
-/* AUTHOR(S)
|
|
-/* Wietse Venema
|
|
-/* IBM T.J. Watson Research
|
|
-/* P.O. Box 704
|
|
-/* Yorktown Heights, NY 10598, USA
|
|
-/*--*/
|
|
+ * .ad
|
|
+ * .fi
|
|
+ * The IBM Public License must be distributed with this software.
|
|
+ * AUTHOR(S)
|
|
+ * Wietse Venema
|
|
+ * IBM T.J. Watson Research
|
|
+ * P.O. Box 704
|
|
+ * Yorktown Heights, NY 10598, USA
|
|
+ *--*/
|