freebsd-dev/sbin/newfs
Alfonso Gregory 27cebb4eac newfs: nextnum should be a u_int32_t, not an int
The function that uses nextnum expects to return a u_int32_t, not a mere
int, so let's make nextnum a u_int32_t instead.

Note: retained current u_int32_t style, since the rest of the file uses
it.

Reviewed by: imp, mckusick
Pull Request: https://github.com/freebsd/freebsd-src/pull/734
2023-06-28 16:26:06 -06:00
..
Makefile pkgbase: Put ufs related tools and lib in their own package 2022-10-26 19:46:34 +02:00
Makefile.depend Update/fix Makefile.depend for userland 2023-04-18 17:14:23 -07:00
mkfs.c newfs: nextnum should be a u_int32_t, not an int 2023-06-28 16:26:06 -06:00
newfs.8 Enable taking snapshots on UFS/FFS filesystems using journaled soft updates. 2022-11-12 22:56:03 -08:00
newfs.c newfs: prefer unsigned index over signed 2023-06-28 16:18:47 -06:00
newfs.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
ref.test
runtest00.sh *: Do not use the no-op -r flag for bsdlabel(8) 2022-03-17 17:28:07 +01:00
runtest01.sh *: Do not use the no-op -r flag for bsdlabel(8) 2022-03-17 17:28:07 +01:00