mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
264 B
Plaintext
16 lines
264 B
Plaintext
$NetBSD: patch-lib-src_profile_c,v 1.1 2011/12/24 17:07:07 dholland Exp $
|
|
|
|
- fix void main
|
|
|
|
--- lib-src/profile.c~ 1994-07-25 23:20:58.000000000 +0000
|
|
+++ lib-src/profile.c
|
|
@@ -66,7 +66,7 @@ get_time ()
|
|
return time_string;
|
|
}
|
|
|
|
-void
|
|
+int
|
|
main ()
|
|
{
|
|
int c;
|