Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sbin/gpt/gpt.h,v rcsdiff: /ftp/cvs/cvsroot/src/sbin/gpt/gpt.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.33.2.1 retrieving revision 1.34 diff -u -p -r1.33.2.1 -r1.34 --- src/sbin/gpt/gpt.h 2017/03/20 06:57:02 1.33.2.1 +++ src/sbin/gpt/gpt.h 2017/02/16 03:32:17 1.34 @@ -80,7 +80,6 @@ gpt_t gpt_open(const char *, int, int, o #define GPT_QUIET 0x04 #define GPT_NOSYNC 0x08 #define GPT_FILE 0x10 -#define GPT_TIMESTAMP 0x20 void* gpt_read(gpt_t, off_t, size_t); off_t gpt_last(gpt_t);