* Changed the compile command example in the PrequelD.c comments to include the...
authorcrh <crh@ubiqx.org>
Wed, 12 Sep 2012 22:37:39 +0000 (17:37 -0500)
committercrh <crh@ubiqx.org>
Wed, 12 Sep 2012 22:37:39 +0000 (17:37 -0500)
 * Removed a blank line in PD_utils.c

src/daemon/PD_utils.c
src/daemon/PrequelD.c

index f8ecb8b5d087f0b4d8f85414818191fe6c502e00..9920f162b877c2516ee1d11ab0a8552d14f81d73 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Email: crh@ubiqx.mn.org
  *
- * $Id: PD_utils.c 2012-09-08 23:20:22 -0500 crh$
+ * $Id: PD_utils.c 2012-09-12 17:37:39 -0500 crh$
  *
  * -------------------------------------------------------------------------- **
  *
@@ -96,7 +96,6 @@ static char *timestamp( void )
  * Functions:
  */
 
-
 void Fail( char *fmt, ... )
   /* ------------------------------------------------------------------------ **
    * Format and print a failure message on <stderr>, then exit the process.
index 8f82ad82a8799b5c773425e9989fdd781f4b0880..412f917eef3daa87a386adf622a58ba2d8a4b479 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Email: crh@ubiqx.mn.org
  *
- * $Id: PrequelD.c 2012-09-08 23:20:22 -0500 crh$
+ * $Id: PrequelD.c 2012-09-12 17:37:39 -0500 crh$
  *
  * -------------------------------------------------------------------------- **
  *
@@ -60,8 +60,9 @@
  *                  http://msdn.microsoft.com/en-us/library/dd303704.aspx
  *
  *  To Compile:
- *    cc -I.. -o PrequelD PrequelD.c Gstr.c PD_peerdist1.c PD_read_config.c \
- *      PD_sha2_oSSL.c PD_utils.c ../ubi_sLinkList.c -lcrypto -lpthread
+ *    cc -I.. -D_FILE_OFFSET_BITS=64 -o PrequelD PrequelD.c \
+ *      PD_peerdist1.c PD_read_config.c PD_sha2_oSSL.c PD_utils.c Gstr.c \
+ *      ../ubi_sLinkList.c -lcrypto -lpthread
  *
  *  ToDo:
  *    + Add support for Unicode pathnames.
@@ -256,7 +257,7 @@ static const char *License =
 static const char *Revision =
                     "$Revision$";
 static const char *Id =
-                    "$Id: PrequelD.c 2012-09-08 23:20:22 -0500 crh$";
+                    "$Id: PrequelD.c 2012-09-12 17:37:39 -0500 crh$";
 
 static const char *HelpMsg[] =
   {