aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpt.c')
-rw-r--r--src/gpt.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gpt.c b/src/gpt.c
index 7824fef..b15f5be 100644
--- a/src/gpt.c
+++ b/src/gpt.c
@@ -6,10 +6,13 @@
*
*/
-static char rcsid[] = "$Id: gpt.c,v 1.13 2007/11/13 15:18:30 james Exp $";
+static char rcsid[] = "$Id: gpt.c,v 1.14 2008/01/25 03:01:06 james Exp $";
/*
* $Log: gpt.c,v $
+ * Revision 1.14 2008/01/25 03:01:06 james
+ * *** empty log message ***
+ *
* Revision 1.13 2007/11/13 15:18:30 james
* *** empty log message ***
*
@@ -95,6 +98,7 @@ main (int argc, char *argv[])
extern char *optarg;
extern int optind;
+ fprintf(stderr,"sizeof(off_t)=%d\n",sizeof(off_t));
while ((c = getopt (argc, argv, "d:hlsef:unac")) != EOF)
{