summaryrefslogtreecommitdiff
path: root/sys/modules/syscons/star
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/syscons/star')
-rw-r--r--sys/modules/syscons/star/Makefile2
-rw-r--r--sys/modules/syscons/star/star_saver.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/syscons/star/Makefile b/sys/modules/syscons/star/Makefile
index 02a8456e8dc0..cc1884206231 100644
--- a/sys/modules/syscons/star/Makefile
+++ b/sys/modules/syscons/star/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1998/02/01 17:59:59 bde Exp $
+# $Id: Makefile,v 1.8 1998/10/16 04:30:50 peter Exp $
KMOD= star_saver
SRCS= star_saver.c
diff --git a/sys/modules/syscons/star/star_saver.c b/sys/modules/syscons/star/star_saver.c
index 79897b3b0937..ee0313fe8d98 100644
--- a/sys/modules/syscons/star/star_saver.c
+++ b/sys/modules/syscons/star/star_saver.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: star_saver.c,v 1.20 1999/02/05 12:40:16 des Exp $
+ * $Id: star_saver.c,v 1.19.2.1 1999/02/07 03:03:29 yokota Exp $
*/
#include <sys/param.h>