mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #770
- Applied patch for Bug #770, which fixed a broken build (thanks to Christopher J. Pilkington). Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
250c98f03c
commit
62334201d1
3 changed files with 4 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
@ -46,6 +46,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
|
|||
Tomas Cech
|
||||
Duane Waddle
|
||||
Stefan Keel
|
||||
Christopher J. Pilkington
|
||||
|
||||
Thanks to the following, who submitted detailed bug reports and excellent
|
||||
suggestions:
|
||||
|
|
|
@ -71,6 +71,8 @@
|
|||
report column (thanks to Duane Waddle).
|
||||
+ Fixed bug #762, #763, so that modifications to tasks are considered 'write'
|
||||
commands, and therefore update shadow files (thanks to Aikido Guy).
|
||||
+ Applied patch for Bug #770, which fixed a broken build (thanks to Christopher
|
||||
J. Pilkington).
|
||||
|
||||
# Untracked Bugs, biggest first.
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <pwd.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue