pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59839 CVS commit: src/sbin/gpt



The following reply was made to PR pkg/59839; it has been noted by GNATS.

From: "Nia Alarie" <nia%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59839 CVS commit: src/sbin/gpt
Date: Wed, 17 Dec 2025 15:56:07 +0000

 Module Name:	src
 Committed By:	nia
 Date:		Wed Dec 17 15:56:06 UTC 2025
 
 Modified Files:
 	src/sbin/gpt: add.c backup.c biosboot.c create.c gpt.c header.c
 	    migrate.c recover.c resize.c resizedisk.c restore.c show.c
 
 Log Message:
 gpt(8): Don't assume transclusion of <sys/endian.h> via <sys/types.h>
 
 Prompted by PR pkg/59839
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.46 -r1.47 src/sbin/gpt/add.c
 cvs rdiff -u -r1.21 -r1.22 src/sbin/gpt/backup.c src/sbin/gpt/recover.c \
     src/sbin/gpt/restore.c
 cvs rdiff -u -r1.34 -r1.35 src/sbin/gpt/biosboot.c
 cvs rdiff -u -r1.24 -r1.25 src/sbin/gpt/create.c
 cvs rdiff -u -r1.91 -r1.92 src/sbin/gpt/gpt.c
 cvs rdiff -u -r1.11 -r1.12 src/sbin/gpt/header.c
 cvs rdiff -u -r1.36 -r1.37 src/sbin/gpt/migrate.c
 cvs rdiff -u -r1.26 -r1.27 src/sbin/gpt/resize.c
 cvs rdiff -u -r1.22 -r1.23 src/sbin/gpt/resizedisk.c
 cvs rdiff -u -r1.47 -r1.48 src/sbin/gpt/show.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index