Make return value of SetPriorityClass() behave the same as setpriority().

This commit is contained in:
Guus Sliepen 2011-05-22 15:56:04 +02:00
parent 03b7118139
commit 07ffb1a198
3 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT
AC_CONFIG_SRCDIR([src/tincd.c])
AM_INIT_AUTOMAKE(tinc, 1.0.14)
AM_INIT_AUTOMAKE(tinc, 1.0.14+git)
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE