diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2020-07-14 21:40:53 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2020-07-14 21:40:53 +0000 |
| commit | cee0d44ab388e12fbd62fdb134d295c58901148a (patch) | |
| tree | fbe464b241337077b941be7126ad3f3f78b19f7f /include/sm/types.h | |
| parent | 1c3e417caf2d11608f10043b7e70b6e7ed8711ff (diff) | |
Diffstat (limited to 'include/sm/types.h')
| -rw-r--r-- | include/sm/types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sm/types.h b/include/sm/types.h index 32c696fb837d1..68998af82ddf5 100644 --- a/include/sm/types.h +++ b/include/sm/types.h @@ -38,11 +38,11 @@ # if !SM_CONF_UID_GID # define uid_t int # define gid_t int -# endif /* !SM_CONF_UID_GID */ +# endif # if !SM_CONF_SSIZE_T # define ssize_t int -# endif /* !SM_CONF_SSIZE_T */ +# endif /* ** Define LONGLONG_T and ULONGLONG_T, which are portable locutions |
