#include <fcntl.h>
#include <unistd.h>
#include <stdio.h>
#include <errno.h>
#include <signal.h>
#include "appinst.h"
Defines | |
#define | APPLOCK_PERM (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) |
Lockfile permissions (currently 0644). |
Copyright (C) 2007, 2008 Lukas Jelinek, <lukas@aiken.cz>
This program is free software; you can redistribute it and/or modify it under the terms of one of the following licenses:
#define APPLOCK_PERM (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) |
Lockfile permissions (currently 0644).