freebsd-ports/sysutils/memdump/files/patch-mymalloc.h
Pav Lucistnik c5b430c1de - Add FreeBSD 5 support
PR:		ports/77776
Submitted by:	Yonatan <onatan@gmail.com> (maintainer)
2005-02-20 17:03:31 +00:00

48 lines
925 B
C

--- mymalloc.h.orig Sun Feb 20 15:48:02 2005
+++ mymalloc.h Sun Feb 20 15:49:36 2005
@@ -1,14 +1,14 @@
/*++
-/* NAME
-/* mymalloc 3h
-/* SUMMARY
-/* memory management wrappers
-/* SYNOPSIS
-/* #include "mymalloc.h"
-/* DESCRIPTION
-/* .nf
+ * NAME
+ * mymalloc 3h
+ * SUMMARY
+ * memory management wrappers
+ * SYNOPSIS
+ * #include "mymalloc.h"
+ * DESCRIPTION
+ * .nf
- /*
+ *
* External interface.
*/
extern char *mymalloc(int);
@@ -16,12 +16,12 @@
extern char *mystrdup(const char *);
/* 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
+ *--*/