diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-05-29 17:31:16 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-05-29 17:31:16 -0400 |
| commit | 1c750b2d8ff6046b5075759efbccb47a82c0594f (patch) | |
| tree | 162eb37f980f3cd8214dab5d372dd1a57bcc3ed7 /src/map.c | |
| parent | eaab9967ad572087592d56084ac324513ec22ae6 (diff) | |
- more build machinery
- license text in source files
- elaborate on what's still to be done
Diffstat (limited to 'src/map.c')
| -rw-r--r-- | src/map.c | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -1,3 +1,24 @@ +/* + * Copyright 2008 Red Hat, Inc. + * + * This Program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * This Program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this Program; if not, write to the + * + * Free Software Foundation, Inc. + * 59 Temple Place, Suite 330 + * Boston, MA 02111-1307 USA + * + */ + #ifdef HAVE_CONFIG_H #include "../config.h" #endif @@ -18,7 +39,7 @@ #include <slapi-plugin.h> #endif -#include <rpc/xdr.h> +#include <rpc/rpc.h> #include "backend.h" #include "dispatch.h" |
