summaryrefslogtreecommitdiffstatshomepage
path: root/man_action.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-24 03:46:02 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-24 03:46:02 +0000
commit0cbe61642c46c73e81d998bc81f574b30674e3cb (patch)
treee818613aa743a9450108453106b2ef21835b5de4 /man_action.c
parent34499b8564d56a778ba364385e208a4f51fe3e04 (diff)
downloadmandoc-0cbe61642c46c73e81d998bc81f574b30674e3cb.tar.gz
mandoc-0cbe61642c46c73e81d998bc81f574b30674e3cb.tar.zst
mandoc-0cbe61642c46c73e81d998bc81f574b30674e3cb.zip
enum-ised rew_* return values (type-safety).
Removed ignoring of MAN_Vb argument (symmetry). Removed superfluous utsname inclusion.
Diffstat (limited to 'man_action.c')
-rw-r--r--man_action.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/man_action.c b/man_action.c
index 7e3cde24..c4a8cd4c 100644
--- a/man_action.c
+++ b/man_action.c
@@ -1,4 +1,4 @@
-/* $Id: man_action.c,v 1.27 2010/03/23 11:30:48 kristaps Exp $ */
+/* $Id: man_action.c,v 1.28 2010/03/24 03:46:02 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -18,8 +18,6 @@
#include "config.h"
#endif
-#include <sys/utsname.h>
-
#include <assert.h>
#include <stdlib.h>
#include <string.h>