+======== Changes in 1.6 ============
+
+* Updated copyright notice in README file.
+
+* Made sure we define a reasonable buffer size
+ if PATH_MAX is not already defined. Fixes
+ building on Hurd.
+
+
======== Changes in 1.5 ============
* Updated man page and cpulimit's "--help" page to
file named LICENSE.
Copyright 2005, Angelo Marletta <marlonx80@hotmail.com>
-Copyright 2011, Jesse Smith <jessefrgsmith@yahoo.ca>
+Copyright 2011-2012, Jesse Smith <jessefrgsmith@yahoo.ca>
#define min(a,b) (a<b?a:b)
#define max(a,b) (a>b?a:b)
+// For platforms without PATH_MAX
+#ifndef PATH_MAX
+#define PATH_MAX 4096
+#endif
+
//pid of the controlled process
int pid=0;
//executable file name