Changeset 3338 for neercs/trunk/src/attach.c
- Timestamp:
- Dec 25, 2008, 3:59:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/attach.c
r3336 r3338 1 /* 2 * neercs console-based window manager 3 * Copyright (c) 2006 Sam Hocevar <sam@zoy.org> 4 * 2008 Jean-Yves Lamoureux <jylam@lnxscene.org> 5 * 2008 Pascal Terjan <pterjan@linuxfr.org> 6 * All Rights Reserved 7 * 8 * $Id$ 9 * 10 * This program is free software. It comes without any warranty, to 11 * the extent permitted by applicable law. You can redistribute it 12 * and/or modify it under the terms of the Do What The Fuck You Want 13 * To Public License, Version 2, as published by Sam Hocevar. See 14 * http://sam.zoy.org/wtfpl/COPYING for more details. 15 */ 16 1 17 #include <errno.h> 2 18 #include <fcntl.h>
Note: See TracChangeset
for help on using the changeset viewer.