summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-30 19:08:19 +0000
committerbde <bde@FreeBSD.org>1998-06-30 19:08:19 +0000
commitde8d2e85734bb002261ea6c0336fa6a4efa6e2f5 (patch)
tree4a018df9856d6fc4ae1a81b45a500e95b5a6da03 /games
parenta4cb9e4f6a4ff4c2c037a8a0f5b43d6b8ffed34c (diff)
downloadFreeBSD-src-de8d2e85734bb002261ea6c0336fa6a4efa6e2f5.zip
FreeBSD-src-de8d2e85734bb002261ea6c0336fa6a4efa6e2f5.tar.gz
Fixed (1970's style) missing declaration of a function that doesn't
return int.
Diffstat (limited to 'games')
-rw-r--r--games/trek/trek.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/trek/trek.h b/games/trek/trek.h
index 3b80e2f..d628c80 100644
--- a/games/trek/trek.h
+++ b/games/trek/trek.h
@@ -378,3 +378,5 @@ struct
/* Trace info */
# define xTRACE 1
int Trace;
+
+extern char *systemname();
OpenPOWER on IntegriCloud