1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-22 05:00:30 -04:00
ports/sysutils/memdump/files/patch-convert_size.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

46 lines
903 B
C

--- convert_size.h.orig Sun Feb 20 15:54:28 2005
+++ convert_size.h Sun Feb 20 15:54:46 2005
@@ -1,25 +1,25 @@
/*++
-/* NAME
-/* convert_size 3h
-/* SUMMARY
-/* string to size conversion
-/* SYNOPSIS
-/* #include <convert_size.h>
-/* DESCRIPTION
-/* .nf
+ * NAME
+ * convert_size 3h
+ * SUMMARY
+ * string to size conversion
+ * SYNOPSIS
+ * #include <convert_size.h>
+ * DESCRIPTION
+ * .nf
- /*
+ *
* External interface.
*/
extern size_t convert_size(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
+ *--*/