Author: jgg
Date: 2001-05-22 04:01:41 GMT
G++3 fixes from Randolph
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: cdrom.cc,v 1.17 2000/01/17 07:11:49 jgg Exp $
+// $Id: cdrom.cc,v 1.18 2001/05/22 04:01:41 jgg Exp $
/* ######################################################################
CDROM URI method for APT
/* ######################################################################
CDROM URI method for APT
#include <sys/stat.h>
#include <unistd.h>
#include <sys/stat.h>
#include <unistd.h>
class CDROMMethod : public pkgAcqMethod
{
bool DatabaseLoaded;
class CDROMMethod : public pkgAcqMethod
{
bool DatabaseLoaded;
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: ftp.cc,v 1.27 2001/04/10 04:51:50 jgg Exp $
+// $Id: ftp.cc,v 1.28 2001/05/22 04:02:00 jgg Exp $
/* ######################################################################
FTP Aquire Method - This is the FTP aquire method for APT.
/* ######################################################################
FTP Aquire Method - This is the FTP aquire method for APT.
#include <stdio.h>
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
#include <errno.h>
#include <stdarg.h>
// Internet stuff
#include <netinet/in.h>
// Internet stuff
#include <netinet/in.h>
/* This table is for the EPRT and EPSV commands, it maps the OS address
family to the IETF address families */
struct AFMap
/* This table is for the EPRT and EPSV commands, it maps the OS address
family to the IETF address families */
struct AFMap