From 211415b9fbc3be56d6ae9db5c5af3023b403922c Mon Sep 17 00:00:00 2001 From: xchaos Date: Fri, 1 Feb 2008 21:46:39 +0000 Subject: [PATCH] version 0.7.7-2 git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@57 251d49ef-1d17-4917-a970-b30cf55b089b --- Makefile | 2 +- cll1.h => cll1-0.6.h | 1 + prometheus.c | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) rename cll1.h => cll1-0.6.h (99%) diff --git a/Makefile b/Makefile index d54e7ea..66208a0 100644 --- 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 diff --git a/cll1.h b/cll1-0.6.h similarity index 99% rename from cll1.h rename to cll1-0.6.h index cd6e685..d139fc6 100644 --- a/cll1.h +++ b/cll1-0.6.h @@ -24,6 +24,7 @@ #include #include +#include #include #include #include diff --git a/prometheus.c b/prometheus.c index 3abaa34..95d2493 100644 --- a/prometheus.c +++ b/prometheus.c @@ -7,7 +7,7 @@ /* === Credits: CZFree.Net, Martin Devera, Netdave, Aquarius === */ /* ============================================================= */ -/* Modified: xChaos, 20080119 +/* Modified: xChaos, 20080201 ludva, 20071227 Prometheus QoS is free software; you can redistribute it and/or @@ -31,9 +31,9 @@ #define MAX_GUARANTED_KBPS 2048 #undef DEBUG -#include "cll1.h" +#include "cll1-0.6.h" -const char *version="0.7.7-1"; /*0.7.9 will be last development, 0.8.0 first stable */ +const char *version="0.7.7-2"; /*0.7.9 will be last development, 0.8.0 first stable */ /* ======= Help screen is hopefuly self-documenting part of code :-) ======= */ -- 2.30.2