summaryrefslogtreecommitdiff
path: root/usr.sbin/pccon
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pccon')
-rw-r--r--usr.sbin/pccon/pccon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pccon/pccon.c b/usr.sbin/pccon/pccon.c
index 382b9a8f995..6f0da89ce22 100644
--- a/usr.sbin/pccon/pccon.c
+++ b/usr.sbin/pccon/pccon.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pccon.c,v 1.1 1997/03/03 11:59:12 downsj Exp $ */
+/* $OpenBSD: pccon.c,v 1.2 2000/06/30 16:00:29 millert Exp $ */
/*
* Copyright (c) 1997, Jason Downs. All rights reserved.
@@ -69,7 +69,7 @@ int main(argc, argv)
fd = open (dev, O_RDWR);
if (fd < 0)
- err (1, dev);
+ err (1, "%s", dev);
if (blank >= 0) {
if (ioctl(fd, CONSOLE_SET_BLANK, &blank) < 0)