mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
- liberally sprinkle extern all over the place - define LICENSE - take over maintainership of this unmaintained port - ship examples and html files - define DOCS and EXAMPLES options - pacify portlint and portclippy - add a pkg-message as the author intended - remove dead MASTER_SITES entry PR: 259586 Approved by: flo (mentor) Differential Revision: https://reviews.freebsd.org/D38516
12 lines
285 B
C
12 lines
285 B
C
--- mls_text.c.orig 2003-05-27 20:07:13 UTC
|
|
+++ mls_text.c
|
|
@@ -22,9 +22,6 @@
|
|
#include "mls_lang.h"
|
|
#include "mls_stat.h"
|
|
|
|
-// because we must specify it when 2dimensional array is passed to function
|
|
-#define SNUMB_LEN 4
|
|
-
|
|
extern int lang;
|
|
extern int graph;
|
|
extern int onlytitle;
|