diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-05-09 08:01:56 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-05-09 08:01:56 +0000 |
| commit | 047d337348019c781e7499d24e45ffffdb5a1731 (patch) | |
| tree | 7f4965f1c1e101b37b0ce104eec2af0ddf5bdccf /usr.sbin | |
| parent | b7c90f028d5f80dace468aa29c5dd3768f021042 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/sade/sade.h | 2 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/sysinstall.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/sade.h b/usr.sbin/sade/sade.h index a1ea129efc90..75299deb3c30 100644 --- a/usr.sbin/sade/sade.h +++ b/usr.sbin/sade/sade.h @@ -190,7 +190,7 @@ #define SAFE_STRCPY(to, from) sstrncpy((to), (from), sizeof (to) - 1) /*** Types ***/ -typedef unsigned int Boolean; +typedef int Boolean; typedef struct disk Disk; typedef struct chunk Chunk; diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h index a1ea129efc90..75299deb3c30 100644 --- a/usr.sbin/sysinstall/sysinstall.h +++ b/usr.sbin/sysinstall/sysinstall.h @@ -190,7 +190,7 @@ #define SAFE_STRCPY(to, from) sstrncpy((to), (from), sizeof (to) - 1) /*** Types ***/ -typedef unsigned int Boolean; +typedef int Boolean; typedef struct disk Disk; typedef struct chunk Chunk; |
