summaryrefslogtreecommitdiffstats
path: root/bin/stty/cchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/stty/cchar.c')
-rw-r--r--bin/stty/cchar.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/stty/cchar.c b/bin/stty/cchar.c
index f054c7a..f9e6e70 100644
--- a/bin/stty/cchar.c
+++ b/bin/stty/cchar.c
@@ -29,12 +29,14 @@
* LIABILITY, OR TORT (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$
*/
#ifndef lint
-static char const sccsid[] = "@(#)cchar.c 8.5 (Berkeley) 4/2/94";
+#if 0
+static char sccsid[] = "@(#)cchar.c 8.5 (Berkeley) 4/2/94";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud