version 0.7.7-2
authorxchaos <xchaos@251d49ef-1d17-4917-a970-b30cf55b089b>
Fri, 1 Feb 2008 21:46:39 +0000 (21:46 +0000)
committerxchaos <xchaos@251d49ef-1d17-4917-a970-b30cf55b089b>
Fri, 1 Feb 2008 21:46:39 +0000 (21:46 +0000)
git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@57 251d49ef-1d17-4917-a970-b30cf55b089b

Makefile
cll1-0.6.h [moved from cll1.h with 99% similarity]
prometheus.c

index d54e7ea619c3478f8f60ee09872cc50ab3eab2d0..66208a073ce58aace81759306db63d7f6483c919 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=prometheus
 VERSION=0.7.7
-CFLAGS=-Wall
+CFLAGS=-std=c99
 prefix=/usr
 mandir=$(prefix)/share/man
 sbindir=$(prefix)/sbin
similarity index 99%
rename from cll1.h
rename to cll1-0.6.h
index cd6e685144ebe772a2954ba2d9a28b0b6c8ded11..d139fc6f2cc528ecb1ae48e9c38cec2ac4d97784 100644 (file)
--- a/cll1.h
@@ -24,6 +24,7 @@
 
 #include <stdio.h>
 #include <string.h>
+#include <strings.h>
 #include <malloc.h>
 #include <stdlib.h>
 #include <time.h>
index 3abaa34ecb78b77d2ed83100e20b42b3d05f13f2..95d2493f4369ff424f9fcb541b7cd324459bf87e 100644 (file)
@@ -7,7 +7,7 @@
 /* === Credits: CZFree.Net, Martin Devera, Netdave, Aquarius === */\r
 /* ============================================================= */\r
 \r
-/* Modified: xChaos, 20080119\r
+/* Modified: xChaos, 20080201\r
              ludva, 20071227\r
 \r
    Prometheus QoS is free software; you can redistribute it and/or\r
@@ -31,9 +31,9 @@
 #define MAX_GUARANTED_KBPS 2048\r
 #undef DEBUG\r
 \r
-#include "cll1.h"\r
+#include "cll1-0.6.h"\r
 \r
-const char *version="0.7.7-1"; /*0.7.9 will be last development, 0.8.0 first stable */\r
+const char *version="0.7.7-2"; /*0.7.9 will be last development, 0.8.0 first stable */\r
 \r
 /* ======= Help screen is hopefuly self-documenting part of code :-) ======= */\r
 \r
This page took 0.167899 seconds and 4 git commands to generate.