mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
11 lines
369 B
Plaintext
11 lines
369 B
Plaintext
|
--- src/utilities/tuname/tuname.c.orig Mon Mar 16 13:26:37 1998
|
||
|
+++ src/utilities/tuname/tuname.c Tue Sep 29 01:17:55 1998
|
||
|
@@ -286,6 +286,7 @@
|
||
|
|
||
|
} else if ( strcmp ( sysname, "freebsd" ) == 0 ) {
|
||
|
machine = find_linux_machine ( machine ) ;
|
||
|
+ execform = find_linux_format ( argv [0] ) ;
|
||
|
|
||
|
} else if ( strcmp ( sysname, "hp-ux" ) == 0 ) {
|
||
|
sysname = "hpux" ;
|