summaryrefslogtreecommitdiffstats
path: root/mille/save.c
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1994-05-12 17:39:26 +0000
committerjtc <jtc@NetBSD.org>1994-05-12 17:39:26 +0000
commit0b09ff9c6eb42c5557ff22b470c03b4bca1bda5a (patch)
treea0e3934df36f11526587011391e26e18bfb6b758 /mille/save.c
parent7c6ccbcf4ec8dcb8f5c5de1a80604eebfefc8d9f (diff)
downloadbsdgames-darwin-0b09ff9c6eb42c5557ff22b470c03b4bca1bda5a.tar.gz
bsdgames-darwin-0b09ff9c6eb42c5557ff22b470c03b4bca1bda5a.tar.zst
bsdgames-darwin-0b09ff9c6eb42c5557ff22b470c03b4bca1bda5a.zip
sync with 44lite, seems to fix bug #224
Diffstat (limited to 'mille/save.c')
-rw-r--r--mille/save.c20
1 files changed, 11 insertions, 9 deletions
diff --git a/mille/save.c b/mille/save.c
index 589d4be2..7732473c 100644
--- a/mille/save.c
+++ b/mille/save.c
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,16 +32,18 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)save.c 5.6 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: save.c,v 1.2 1993/08/01 18:53:56 mycroft Exp $";
+/*static char sccsid[] = "from: @(#)save.c 8.1 (Berkeley) 5/31/93";*/
+static char rcsid[] = "$Id: save.c,v 1.3 1994/05/12 17:39:41 jtc Exp $";
#endif /* not lint */
-#include "mille.h"
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <string.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <string.h>
+#include <termios.h>
+#include "mille.h"
+
#ifndef unctrl
-#include "unctrl.h"
+#include "unctrl.h"
#endif
# ifdef attron