diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-01-26 20:55:21 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-01-26 20:55:21 +0000 |
commit | e46b9feab42337e8d5f5852529fa0be488a2496e (patch) | |
tree | 56c595cd83add3d00bea2c900659ff7a64797a5d /sys/arch | |
parent | aab4c1e41751bf24a9bf0ecb910d07da81adf5ef (diff) |
s/PDC_DEBUG/PDCDEBUG/
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/dev/pdc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/dev/pdc.c b/sys/arch/hppa/dev/pdc.c index e266930356a..9f4d66fb52c 100644 --- a/sys/arch/hppa/dev/pdc.c +++ b/sys/arch/hppa/dev/pdc.c @@ -1,7 +1,7 @@ -/* $OpenBSD: pdc.c,v 1.10 1999/11/26 16:48:28 mickey Exp $ */ +/* $OpenBSD: pdc.c,v 1.11 2000/01/26 20:55:20 mickey Exp $ */ /* - * Copyright (c) 1998,1999 Michael Shalayeff + * Copyright (c) 1998-2000 Michael Shalayeff * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -330,7 +330,7 @@ void pdccninit(cn) struct consdev *cn; { -#ifdef PDC_DEBUG +#ifdef DEBUG printf("pdc0: console init\n"); #endif } |