diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:21 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:21 +0000 |
commit | 2c206aa41634aa41833463c41bae337e6778e226 (patch) | |
tree | 2727b2727d5ff777605cdb5f9f6344a6f757015b /apt-pkg/contrib | |
parent | 7c1133fe4559da6bed3bb916660f5b408ffa4705 (diff) |
Fixes for Solaris
Author: jgg
Date: 1999-12-09 21:18:01 GMT
Fixes for Solaris
Diffstat (limited to 'apt-pkg/contrib')
-rw-r--r-- | apt-pkg/contrib/fileutl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/contrib/fileutl.cc b/apt-pkg/contrib/fileutl.cc index ddb07532d..59d6aa50a 100644 --- a/apt-pkg/contrib/fileutl.cc +++ b/apt-pkg/contrib/fileutl.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: fileutl.cc,v 1.31 1999/09/30 06:30:34 jgg Exp $ +// $Id: fileutl.cc,v 1.32 1999/12/09 21:18:01 jgg Exp $ /* ###################################################################### File Utilities @@ -21,8 +21,8 @@ #include <apt-pkg/error.h> #include <unistd.h> +#include <fcntl.h> #include <sys/stat.h> -#include <sys/fcntl.h> #include <sys/types.h> #include <sys/time.h> #include <signal.h> |