Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sbin/atactl/atactl.c,v rcsdiff: /ftp/cvs/cvsroot/src/sbin/atactl/atactl.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.38 retrieving revision 1.39 diff -u -p -r1.38 -r1.39 --- src/sbin/atactl/atactl.c 2005/04/12 11:40:46 1.38 +++ src/sbin/atactl/atactl.c 2005/06/27 01:00:05 1.39 @@ -1,4 +1,4 @@ -/* $NetBSD: atactl.c,v 1.38 2005/04/12 11:40:46 drochner Exp $ */ +/* $NetBSD: atactl.c,v 1.39 2005/06/27 01:00:05 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ #include #ifndef lint -__RCSID("$NetBSD: atactl.c,v 1.38 2005/04/12 11:40:46 drochner Exp $"); +__RCSID("$NetBSD: atactl.c,v 1.39 2005/06/27 01:00:05 christos Exp $"); #endif @@ -764,7 +764,7 @@ is_smart(void) { int retval = 0; struct ataparams *inqbuf; - char *status; + const char *status; inqbuf = getataparams();