Introduction
Introduction Statistics Contact Development Disclaimer Help
several fixes - 9base - revived minimalist port of Plan 9 userland to Unix
git clone git://git.suckless.org/9base
Log
Files
Refs
README
LICENSE
---
commit 3bdea00b978d1f91addcee5a8afd01acd7db3ea4
parent 291717bfdcda5bf5c12c037d7c4bbcc79e12bb94
Author: anselm@garbe <unknown>
Date: Sat, 27 Mar 2010 23:23:08 +0000
several fixes
Diffstat:
M config.mk | 4 ++--
A fortune/fortune.1 | 0
A freq/freq.1 | 0
A getflags/getflags.1 | 0
A mkdir/mkdir.1 | 0
M mtime/mtime | 0
A mtime/mtime.1 | 0
7 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/config.mk b/config.mk
@@ -5,9 +5,9 @@ PREFIX = /usr/local/plan9
MANPREFIX = ${PREFIX}/share/man
VERSION = 5
-OBJTYPE = 386
+#OBJTYPE = 386
#OBJTYPE = arm
-#OBJTYPE = x86_64
+OBJTYPE = x86_64
# Linux/BSD
#CFLAGS += -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. …
diff --git a/fortune/fortune.1 b/fortune/fortune.1
diff --git a/freq/freq.1 b/freq/freq.1
diff --git a/getflags/getflags.1 b/getflags/getflags.1
diff --git a/mkdir/mkdir.1 b/mkdir/mkdir.1
diff --git a/mtime/mtime b/mtime/mtime
Binary files differ.
diff --git a/mtime/mtime.1 b/mtime/mtime.1
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.