mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Fixed this header to compile with gcc -pedantic -Werror (removed comma
at end of enum).
This commit is contained in:
parent
610ad63a48
commit
26838e4e99
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24014
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
||||
* ----------------------------------------------------------------------------
|
||||
*
|
||||
* $Id$
|
||||
* $Id: libdisk.h,v 1.26 1997/02/22 15:06:35 peter Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -20,7 +20,7 @@ typedef enum {
|
|||
freebsd,
|
||||
extended,
|
||||
part,
|
||||
unused,
|
||||
unused
|
||||
} chunk_e;
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
|
Loading…
Reference in a new issue