Skip to content

Commit

Permalink
larn(6): Remove some dead SYSV code.
Browse files Browse the repository at this point in the history
Submitted-by:  Ulrich Spoerlein <uqs@spoerlein.net>
Dragonfly-bug: <http://bugs.dragonflybsd.org/issue1550>
  • Loading branch information
Sascha Wildner committed Oct 3, 2009
1 parent 1802398 commit 872b5d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions games/larn/tok.c
Expand Up @@ -3,12 +3,7 @@
/* $DragonFly: src/games/larn/tok.c,v 1.5 2006/10/08 17:11:30 pavalos Exp $ */
#include <sys/types.h>
#include <sys/wait.h>
#ifdef SYSV
#include <fcntl.h>
#include <termio.h>
#else /* SYSV */
#include <sys/ioctl.h>
#endif /* SYSV */
#include "header.h"

static char lastok=0;
Expand Down

0 comments on commit 872b5d4

Please sign in to comment.